All tags
Content tagged with "programming languages" (2)
All content across blogs, linklog, and books with this tag.
Links
- · journal.stuffwithstuff.comWhat Color is Your Function?Once you make one function async, every function that calls it has to be async too, and that's not a bug, it's a language design problem nobody solved cleanly.
- · craftinginterpreters.comCrafting InterpretersTwo complete interpreters for one small language, one written for clarity and one for speed, after which compilers stop reading as wizardry.